home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
business
/
db2.9
/
examples
/
arexxdemos
/
firstcharupper.db
< prev
next >
Wrap
Text File
|
1994-11-20
|
177b
|
8 lines
/* Rexxprogram for db that convert the first character to upper case.
* By Anders Callertun 1994
*/
options results
GETFIELD
PUTFIELD upper(left(result,1))||substr(result,2)